From 23e77073470c31cdc4c0e732b73fb10768e39854 Mon Sep 17 00:00:00 2001 From: Jose Marino Date: Wed, 12 Sep 2012 01:04:10 -0700 Subject: [PATCH] * idlw-shell.el (idlwave-shell-complete-filename): Fix 2011-05-17 change. --- lisp/ChangeLog | 5 +++++ lisp/progmodes/idlw-shell.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f49b168347c..9b077a6a8bd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-09-12 Jose Marino (tiny change) + + * progmodes/idlw-shell.el (idlwave-shell-complete-filename): + Fix 2011-05-17 change. (Bug#12418) + 2012-09-11 Leo Liu * subr.el (ignore-errors): Mention with-demoted-errors in doc-string. diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el index 55a085fbde0..12829b64eb0 100644 --- a/lisp/progmodes/idlw-shell.el +++ b/lisp/progmodes/idlw-shell.el @@ -2187,7 +2187,7 @@ args of an executive .run, .rnew or .compile." ;; CWD might have changed, resync, to set default directory (idlwave-shell-resync-dirs) (let ((comint-file-name-chars idlwave-shell-file-name-chars)) - (comint-filename-completion))) + (comint-dynamic-complete-filename))) (defun idlwave-shell-executive-command () "Return the name of the current executive command, if any." -- 2.30.2